-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Remove last level references not removed in #26355
#27260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request correctly replaces all remaining usages of the deprecated level parameter with mode in the test suite. The changes are consistent across all modified files and contribute to cleaning up the codebase. The renaming of the torch_level test parameter to compilation_mode in tests/model_executor/test_enabled_custom_ops.py is a good improvement for clarity. The changes are approved.
…m-project#27260) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
…m-project#27260) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Signed-off-by: Alberto Perdomo <aperdomo@redhat.com>
…m-project#27260) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
…m-project#27260) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
…m-project#27260) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
…m-project#27260) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
…m-project#27260) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
These should be removed now that
levelis deprecated.